home *** CD-ROM | disk | FTP | other *** search
/ CookBook Heaven / COOKBOOK HEAVEN.iso / cookbook / food42 / newin.42 < prev    next >
Text File  |  1992-05-19  |  791b  |  14 lines

  1. Tue  05-19-1992
  2.  
  3.     Food 4.2 will now recognize recipes that were Exported from Meal-Master
  4.     Verisons' 6.40 and up.  This one created a few headaches for me.  The
  5.     major change in in the 6.4 series was the header information.  Previous
  6.     versions of Meal-Master used the words "Recipe Extracted" in the
  7.     header.  This has now been changed to "Recipe Exported".  My program
  8.     logic was keying off of the 10 characters "Recipe Ext" and the program
  9.     would not recognize the newer version with the word "Exported" in place
  10.     of "Extracted".  I shortened the search string to 'Recipe Ex" (9
  11.     characters) and added an additional 4 lines of code to pick up the 6.40
  12.     and 6.41 version numbers which now are left shifted one character due
  13.     to the new header.
  14.